Replaces some text in a string.
The old text to replace from
The text to remove
The text to replace oldText with
Does 'A' and 'a' the same character? Default: true
Stop after the first instance of oldText? Default: false
The text that has been replaced
See Implementation
Replaces some text in a string.